C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridRowColCollection<T> Class
Members
GridRowColCollection<T> Class
Base collection class for columns and rows.
Syntax
public abstract class GridRowColCollection<T> : C1.DataCollection.C1DataCollectionList<T> 
where T: GridRowCol
Type Parameters
T
Inheritance Hierarchy

System.Object
   C1.DataCollection.C1DataCollectionList<T>
      C1.WinUI.Grid.GridRowColCollection<T>
         C1.WinUI.Grid.GridColumnCollection
         C1.WinUI.Grid.GridRowCollection

See Also